home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / M / MacRecorder® HackersToolkit.cpt / Contents next >
Text File  |  1989-12-07  |  1KB  |  33 lines

  1. The sample code included as part of this software distribution was written
  2. in THINK C 4.0, and is intended to demonstrate basic recording from the
  3. Farallon™ MacRecorder® sound digitizer.
  4.  
  5. All use of this software is governed by the terms of the License Agreement
  6. and Limited Warranty which was packaged with this Software.
  7. Farallon provides no support of any kind for this software.  
  8.  
  9. This Software is provided to you “AS IS,” without warranty of any kind.  
  10.  
  11. All software and source code is Copyright ©1989 Farallon Computing, Inc.
  12.  
  13. ------------------------------------------------------------------------
  14.  
  15. This software distribution includes the following files:
  16.  
  17. ReadMeFirst!            {license agreement and warranty information}
  18. Contents                {this file}
  19.  
  20. DialogUtils.c           {general utility for manipulating dialogs}
  21. DialogUtils.h              {header for above}
  22. Sound.c                 {code for initializing SCC and recording}
  23. Sound.h                  {header for above}
  24. SoundSampleπ            {THINK C 4.0 project file}*
  25. SoundSample.rsrc        {resources for dialogs used in SoundSample}
  26. SoundSample.c           {main program}
  27. SoundSample              {compiled sample application}
  28.  
  29.  
  30. *This project file has been "compressed". You'll need to bring the project
  31. up to date before you can compile it. (it uses the "MacTraps" library)
  32.  
  33.